沒有 Switch 了


react-router-dom V6 沒有 Switch 了

import Switch 要改成 Routes

<Route path='/signin' element={<Signin />} ></Route>

previous:

<Switch>
    <Route path="/signin" exact>
      <Signin />
    </Route>
</Switch>







你可能感興趣的文章

[心得] 滑鼠們

[心得] 滑鼠們

02. First Flask Application - Hello World!

02. First Flask Application - Hello World!

GIT 基本指令

GIT 基本指令






留言討論